home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Educational / Sphere / Source / SphereView.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  226 b   |  16 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/View.h>
  5.  
  6. @interface SphereView:View
  7. {
  8.     id    sphereControlPtr;
  9.     id sphereDrawerObjectPtr;
  10. }
  11.  
  12. - initFrame:(const NXRect *)r;
  13. - drawSelf:(const NXRect *)r: (int)c;
  14.  
  15. @end
  16.